ArcFM Responder Mobile Developer Guide
IMapperCaching<S,T> Interface
Members 






The type of values in the first set.
The type of values in the second set.
Represents a set of values that may have a one-to-one mapping to a value in another set.
Object Model
IMapperCaching<S,T> Interface
Syntax
'Declaration
 
Public Interface IMapperCaching
    (Of S,T) 
'Usage
 
Dim instance As IMapperCaching(Of S,T)
public interface IMapperCaching<S,T> 
public interface IMapperCaching 
JScript does not support Generics.
public __gc __interface IMapperCaching<S,T> 
generic<typename S>
generic<typename T>
public interface class IMapperCaching 
Type Parameters
S
The type of values in the first set.
T
The type of values in the second set.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMapperCaching<S,T> Members
Miner.Responder.Shared.Replication Namespace

Send Feedback